1

spring注解驱动开发

IOC

组件注册

  • @Configuration
  • @ComponentScan
  • @Bean
  • @PropertySource
  • @Autowired
  • @Inject
  • @Resource

生命周期

  • @Bean(initMethod="xxxx",destoryMethod="xxxx")
  • @PostConstruct @PreDestory

Value赋值

  • @Value
  • @PropertySource

自动装配

  • @Autowired
  • @Inject
  • @Resource
  • @Primary

AOP

  • @Aspect
  • @EnableAspectJAutoProxy

Golphin
10 声望1 粉丝

« 上一篇
Docker-入门